|
|
|
BlueCielo Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions |
This event occurs when the user selects to change the workflow To Do person for a document.
Syntax
Private Sub AMUIExtension_BeforeChangeWFPerson(
ByVal CurrentObject As Object,
Person As String,
Comment As String,
Abort As Boolean)
Name | Description |
---|---|
CurrentObject |
The document object (AMDocument object). |
Person |
The new To Do person. |
Comment |
This string will be added to the document log. |
Abort |
Setting this argument to True will abort the operation. The AfterChangeWFPerson event will not occur. |
Remarks
The equivalent VBScript event is the ChangeWFPerson script event. See the BlueCielo Meridian Enterprise VBScript API Reference for more information.
Copyright © 2000-2013 BlueCielo ECM Solutions |